Skip to main content

Get Node Utilization Metrics by Node (Hourly)

GET 

/clusters/node-utilization/

Retrieve hourly node utilization metrics grouped by individual nodes for a specified cluster within a defined date range. This endpoint provides detailed time-series data showing CPU and memory usage and waste metrics for each node.

Request

Query Parameters

    start_date Start Date

    Start date for the report (format: YYYY-MM-DD). Defaults to 7 days ago.

    end_date End Date

    End date for the report (format: YYYY-MM-DD). Defaults to today.

    cluster_id string[]

    List of cluster IDs to filter the results.

    cluster_arn string[]

    List of cluster ARNs to filter the results.

Responses

Successfully retrieved node utilization metrics by node.

Schema

    property name*

    object

Loading...